home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / POVRAY / POVRAY II / POV-Ray / POV-Ray.rsrc / TEXT_443_ transform.txt < prev    next >
Text File  |  1994-02-10  |  219b  |  6 lines

  1. // object/texture transformation
  2. // do a predeclared translate/rotate/scale combo
  3. // e.g.:
  4. #declare Leaf_Orientation = transform { scale 4.0 rotate 30*z translate 2*y }
  5. transform Leaf_Orientation // transform an object
  6.